home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / eidosss.cst / 00077.ls < prev    next >
Encoding:
Text File  |  1997-06-06  |  441 b   |  27 lines

  1. on exitFrame
  2.   
  3.   set the visibility of sprite 4 to 1
  4.   set the visibility of sprite 5 to 0
  5.   set the visibility of sprite 39 to 0
  6.   set the visibility of sprite 40 to 0
  7.   set the visibility of sprite 46 to 1
  8.   
  9.   global lan
  10.   if lan = "e" then
  11.     go to frame "ed"
  12.   else
  13.     nothing
  14.   end if
  15.   
  16.   if lan = "f" then
  17.     go to frame "fd"
  18.   else
  19.     nothing
  20.   end if
  21.   
  22.   if lan = "g" then
  23.     go to frame "gd"
  24.   else
  25.     nothing
  26.   end if
  27. end